/*2020.1.9*/
a:hover{
    filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9;
}
.head{
	height: 258px;
    height: 258px;
    background: url(banner.png) no-repeat center;
    position: relative;
    border-bottom: 4px solid rgb(1,82,147)
}
.head_top{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: rgb(1,82,147);
    color: #fff;
    overflow: hidden;
}
.head_top_left{
    float: left;
}
.head_top_right{
    float: right;
}
.head_top_right a{
    color: #fff;
    margin: 0 5px;
}
.head_mid{
    margin-top: 70px;
    overflow: hidden;
}
.head_mid_left{
    float: left;
}
.head_mid_right{
    float: right; 
}
.head_mid_right .search_input{
    width: 280px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    text-indent: 8px;
    float: left;
    box-sizing: border-box;
    border: 1px solid rgb(157,193,217)
}
.head_mid_right .search_bar{
    display: block;
    width: 75px;
    height: 40px;
    border-radius: 0 5px 5px 0;
    background-color: rgb(213,22,25);
    text-align: center;
    float: left;
}
.head_mid_right .search_bar i{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 9px;
    background: url(icon_search.png)
}
.head_bottom{
    width: 100%;
    position: absolute;
    bottom: 5px;
}
.head_bottom .w1200{
    height: 40px;
    line-height: 40px;
}
.head_bottom li{
    position: relative;
    float: left;
    /*width: 120px;*/
    text-align: center;
	padding:0 20px;
}
.head_bottom li a{
    display: inline-block;
    font-size: 20px;
    color: rgb(1,82,147)
}
.head_bottom .active:after{
    content: "";
    width: 14px;
    height: 9px;
    background: url(triangle.png);
    position: absolute;
    bottom: -5px;
    left: 53px;
}

/* 
nav
 */
.nav{
    height: 112px;
    background-color: rgb(234,244,248);
    overflow: hidden;
}
.nav .w1200{
    height: 96px;
    margin-top: 8px;
    border-radius: 48px;
    background-color: #fff;
    overflow: hidden;
}
.nav_left{
    float: left;
    margin: 18px 0 0 15px;
}
.nav_left img{
    line-height: 96px;
}
.nav_mid{
    width: 1000px;
    line-height: 96px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}
.nav_mid a{
    color: rgb(1,82,147)
}
.nav_right{
    float: right;
    line-height: 96px;
    margin-right: 35px;
}
.nav_right a{
    font-size: 16px;
    color: #777
}
.nav_right img{
    vertical-align: -2px
}


/* 
轮播
 */
 /* 焦点图效果 */
.picBtnTop {
    width: 650px;
    height: 380px;
    /* border: 1px solid #ccc;
    padding: 5px; */
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picBtnTop .hd {
    width: auto;
    height: 15px;
    position: absolute;
	z-index: 999;
	bottom: 10px;
    right: 15px;
    overflow: hidden;
}

.picBtnTop .hd ul li {
    width: 10px;
	height: 10px;
	background: #fff;
	border-radius:10px;
    text-align: center;
	float: left;
	display: block;
	margin-left: 15px;
	opacity: 0.5;
    /* padding: 0 0 5px 5px; */
}

.picBtnTop .hd ul li img {
    width: 85px;
    height: 64px;
    border: 4px solid #ddd;
    cursor: pointer;
    vertical-align: bottom;
}

.picBtnTop .hd ul li.on {
    /* background: url("images/icoleft.gif") no-repeat 0 28px; */
	width: 15px;
	opacity: 1;
}

.picBtnTop .hd ul li.on img {
    border-color: #f60;
}

.picBtnTop .bd {
    width: 650px;
    height: 380px;
    position: relative;
}

.picBtnTop .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.picBtnTop .bd li .pic {
    position: relative;
    z-index: 0;
}

.picBtnTop .bd li .pic img {
    width: 100%;
    vertical-align: bottom;
}

.picBtnTop .bd li .bg {
    width: 800px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.picBtnTop .bd li .title {
    width: 800px;
    height: 40px;
    line-height: 40px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.picBtnTop .bd li .title a {
    color: #fff;
    padding-left: 15px;
}

#demo1{
    /* margin-bottom: 20px; */
}

/* tab选项切换效果 */
.slideTxtBox {
    width: 510px;
    border: 1px solid #ddd;
    text-align: left;
}

.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.slideTxtBox .hd ul li.on {
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
}

.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

/* 
内容
 */
.conbox{
    overflow: hidden;
}
.con{
    margin-top: 30px;
    overflow: hidden;
}
.con1{
    height: 410px;
}
.con1_1{
    width: 650px;
    float: left;
    padding: 14px 11px;
    border: 1px solid rgb(234,234,234);
}
.con1_2{
    float: right;
    height: 410px;
}
.con_text{
    width: 366px;
    background-color: rgb(243,244,248);
    box-sizing: border-box;
    padding: 15px;
}
.con_text .con_text_head{
    height: 35px;
    line-height: 35px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(1,82,147);
    clear: both;
}
.con_text .con_text_head .con_text_title{
    position: relative;
    float: left;
}
.con_text .con_text_head .con_text_title:after{
    content: "";
    width: 100px;
    height: 4px;
    background: url(bottomLine.png);
    position: absolute;
    bottom: -1px;
    left: -4px;
}
.con_text .con_text_head .con_text_title a{
    font-size: 22px;
    color: rgb(1,82,147);
    font-weight: bold;
}
.con_text .con_text_head .con_text_more{
    float: right;
}
.con_text .con_text_head .con_text_more a{
    color: #777
}
.con_text .con_text_bottom .con1_2_ul li{
    width: 450px;
    height: 43px;
    line-height: 43px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.con_text .con_text_bottom .con1_2_ul li a{
    width: 250px;
    margin-left: 10px;
    color: #000;
    font-size: 16px;
}
.con_text .con_text_bottom .con1_2_ul li a:hover{
    color: #444
}
.con_text .con_text_bottom ul li a .dot{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 4px;
    vertical-align: 3px;
    background-color: rgb(189,22,27);
}

.con2 .con2_left,.con2_mid,.con2_right{
    float: left;
}
.con2 .con2_mid,.con2_right{
    margin-left: 42px;
}

.con3{
    height: 340px;
}
.con3 .con3_1{
    width: 824px;
    height: 340px;
    float: left;
    background-color: #fff;
    padding: 10px;
    border: 1px solid rgb(234,234,234);
}
.con3_1 .con3_1_ul li{
    height: 24px;
    margin-top: 18px;
}
.con3_1 .con3_1_ul li{
    border-bottom: 1px solid rgb(234,234,234);
    padding-bottom: 21px;
}
.con3_1 .con3_1_ul li:hover{
    filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9;
}
.con3_1 .con3_1_ul li .con3_1_ul_li_title{
    width: 770px;
    font-size: 18px;
    color: rgb(1,82,147);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.con3_1 .con3_1_ul li .con3_1_icon{
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(con3_1_icon.png);
}
.con3_1 .con3_1_ul li .con3_1_ul_li_text{
    width: 97%;
    height: 70px;
    font-size: 16px;
    line-height: 35px;
    color: rgb(51,51,51);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    float: right;
    overflow: hidden;
}
.con3 .con3_2{
    float: right;
    height: 340px;
    overflow: hidden;
}
.con3_2 .con_text_bottom .con1_2_ul li{
    width: 300px;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con4_left{
    float: left;
}
.con4_center{
    float: left;
    margin-left: 50px;
}
.con4_right{
    float: right;
}

.bgc_1{
    width: 100%;
    height: 276px;
    background-color: rgb(243,244,248);
    overflow: hidden;
    margin-top: 30px;
}
.bgc_2{
    width: 100%;
    height: 276px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 30px;
}
.con5{
    float: left;
    margin-top: 0;
}
.con5_2,.con5_3{
    margin-left: 51px;
}
.con5 .con_text_bottom ul li{
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    overflow: hidden;
    border-top: 1px dotted white;
    border-bottom: 1px dotted rgb(229,229,229);
    box-sizing: border-box;
    /*padding: 10px 0;*/
}
.con5 .con_text_bottom ul li:first-child{
    border-top: 0;
}
.con5 .con_text_bottom ul li:last-child{
    border-bottom: 0;
}
.con5_a{
    /*height: 60px;*/
    /*display: inline-block;*/
    overflow: hidden;
}
.con5 .con_text .con_text_bottom .con5_a .dot{
    float: left;
    margin-top: 17px;
}
.con5 .con_text .con_text_bottom .con5_a .con5_text{
    width: 95%;
    float: left;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 1;    
    overflow: hidden;
}
.con5 .con_text_bottom ul li a{
    color: rgb(51,51,51);
    position: relative;
}
.con5 .con_text_bottom ul li a:hover{
    color: #444
}
.bgc_2 .con_text{
    background-color: #fff;
}



/* 
专题专栏
 */
 .special{
    height: 85px;
    overflow: hidden;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid rgb(234,234,234)
}
.special_left{
    float: left;
}
.special_right{
    width: 1100px;
    float: right;
}

.ladyScroll {
    position: relative;
}

.ladyScroll .prev,
.ladyScroll .next {
    width: 20px;
    height: 35px;
    position: absolute;
    top: 20px;
    z-index: 100;
    cursor: pointer;
    background: url(slider-arrow.png) no-repeat -115px 0;
    background-color: rgb(0,0,0);
    filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5;
}

.ladyScroll .prev {
    left: auto;
    right: 0;
    background-position: 0px 0px;
}

.ladyScroll .scrollWrap {
    width: 1100px;
    overflow: hidden;
    position: absolute;
}
.ladyScroll .scrollWrap .tempWrap .dlList{
    height: 81px;
    overflow: hidden;
}
.ladyScroll .scrollWrap .tempWrap .tempWrap{
    width: 1100px !important;
}
.ladyScroll dl {
    float: left;
    margin: 0 10px;
    width: 345px;
    text-align: center;
    position: relative;
}
.ladyScroll dt {
    margin: 0 auto;
    width: 345px;
    overflow: hidden;
}

.ladyScroll img {
    display: inline-block;
    width: 345px;
}

/* 
person
 */
.person .con{

}
.person .con_text{
    width: 100%;
    background-color: #fff;
}
.person_bottom{
    height: 200px;
}
.ladyScroll2 {
    position: relative;
    margin-top: 30px;
}

.ladyScroll2 .prev2,
.ladyScroll2 .next2 {
    width: 20px;
    height: 35px;
    position: absolute;
    top: 65px;
    z-index: 100;
    cursor: pointer;
    background: url(slider-arrow.png) no-repeat -115px 0;
    background-color: rgb(0,0,0);
    filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5;
}

.ladyScroll2 .prev2 {
    left: auto;
    right: -10px;
    background-position: 0px 0px;
}

.ladyScroll2 .scrollWrap2 {
    width: 1200px;
    overflow: hidden;
    position: absolute;
}
.ladyScroll2 .scrollWrap2 .tempWrap2 .dlList2{
    height: 188px;
    overflow: hidden;
}
.ladyScroll2 .scrollWrap2 .tempWrap2 .tempWrap{
    width: 1200px !important;
}
.ladyScroll2 dl {
    float: left;
    margin: 0 10px;
    width: 274px;
    text-align: center;
    position: relative;
}
.ladyScroll2 dt {
    margin: 0 auto;
    width: 274px;
    overflow: hidden;
}

.ladyScroll2 img {
    display: inline-block;
    width: 274px;
}

.last{
    margin-top: 20px;
    overflow: hidden;
}
.last_left,.last_mid,.last_right{
    float: left;
}
.last_mid,.last_right{
    margin-left: 48px;
}

/* 
foot
 */
.foot1{
    height: 185px;
    margin-top: 30px;
    background-color: rgb(243,244,248);
    border-bottom: 3px solid rgb(1,82,147)
}
.foot1 .foot_top .layui-form{
    width: 100%;
    float: left;
}
.layui-form-select dl dd.layui-this {
    background-color: rgb(1,82,147);
    color: #fff;
}
.foot1 .foot_top .foot_top_left,.foot_top_mid,.foot_top_right{
    width: 368px;
    height: 46px;
    float: left;
    margin-top: 35px;
}
.foot1 .foot_top .foot_top_mid,.foot_top_right{
    margin-left: 48px;
}
.foot1 .layui-input-block {
    margin-left: 0;
    min-height: 46px;
}
.foot1 .link{
    font-size: 16px;
    color: rgb(102,102,102);
}
.foot1 .link .p1{
    /*width: 1185px;*/
    margin: 0 auto;

}
.foot1 .link .p1 a{
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
    color: rgb(102,102,102);
    padding: 0 5px
}
.foot1 .link .p2{
    width: 1160px;
    margin: 0 auto;
    margin-top: 20px;
}
.foot1 .link .p2 a{
    color: rgb(102,102,102);
    padding: 0 7px
}
.foot2{
    height: 210px;
    background-color: rgb(243,244,248);
    font-size: 16px;
}
.foot2 .p1{
    width: 1050px;
    margin: 0 auto;
    color: rgb(102,102,102);
}
.foot2 .p1 a{
    display: inline-block;
    margin: 25px 0;
    color: rgb(102,102,102);
}
.foot2 .p1 span{
    padding: 0 24px;
}
.foot2 .p2{
    width: 750px;
    line-height: 40px;
    margin: 0 auto;
    color: rgb(102,102,102);
}
.foot2 .p2 i{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(foot1.png);
    vertical-align: -3px;
}
.foot2 .p3{
    width: 900px;
    line-height: 40px;
    margin: 0 auto;
    color: rgb(102,102,102);
}
.foot2 .p3 span{
    padding: 0 18px;
}
.foot2 .foot_icon2{
    width: 38px;
    margin: 0 auto;
    height: 48px;
    background: url(foot2.png)
}
